home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
yerli
/
07
/
_SETUP.1
/
Emlak 2000.exe
/
0
/
RCDATA
/
TFORM31
/
TFORM31.txt
< prev
Wrap
Text File
|
1999-02-04
|
3KB
|
158 lines
object Form31: TForm31
Left = 205
Top = 124
AutoSize = True
BorderStyle = bsNone
Caption = 'Semt Listesi'
ClientHeight = 250
ClientWidth = 350
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 350
Height = 250
AutoSize = True
Picture.Data = {<image000.jpg>}
OnMouseDown = Image1MouseDown
end
object Label1: TLabel
Left = 64
Top = 176
Width = 57
Height = 13
AutoSize = False
Caption = 'Semt Ad�'
Transparent = True
end
object Image2: TImage
Left = 47
Top = 195
Width = 105
Height = 38
Picture.Data = {<image001.bmp>}
Stretch = True
Visible = False
end
object Label2: TLabel
Left = 56
Top = 208
Width = 89
Height = 17
Alignment = taCenter
AutoSize = False
Caption = 'Bul'
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
OnMouseDown = Label2MouseDown
OnMouseUp = Label2MouseUp
end
object Image3: TImage
Left = 204
Top = 195
Width = 105
Height = 38
Picture.Data = {<image002.bmp>}
Stretch = True
Visible = False
end
object Label3: TLabel
Left = 208
Top = 208
Width = 97
Height = 25
Alignment = taCenter
AutoSize = False
Caption = '��k��'
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
OnMouseDown = Label3MouseDown
OnMouseUp = Label3MouseUp
end
object SpeedButton1: TSpeedButton
Left = 248
Top = 168
Width = 41
Height = 21
Caption = 'T�m�'
OnClick = SpeedButton1Click
end
object Edit1: TEdit
Left = 120
Top = 168
Width = 121
Height = 21
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 64
Top = 48
Width = 225
Height = 113
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'No'
Width = 84
Visible = True
end
item
Expanded = False
FieldName = 'Semtler'
Width = 109
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = Query1
Left = 16
Top = 8
end
object Query1: TQuery
Active = True
SQL.Strings = (
'select * from semtler')
Left = 48
Top = 8
object Query1No: TIntegerField
FieldName = 'No'
end
object Query1Semtler: TStringField
FieldName = 'Semtler'
Size = 15
end
object Query1Aciklama: TMemoField
FieldName = 'Aciklama'
BlobType = ftMemo
Size = 100
end
end
end